home *** CD-ROM | disk | FTP | other *** search
/ Products & Services for NeXT / Products & Services for NeXT.iso / AlembicDemo.app / ScriptWriter / ScriptWriter.app / English.lproj / ScriptControllerMssgs.strings < prev    next >
Text File  |  1994-03-03  |  1KB  |  15 lines

  1. "cannotBePipedIn"    = "Sorry, %s can't be piped in.";
  2. "cannotBeFile"    = "Sorry, you can't drag a file in here. You must drag in an application icon.";
  3. "alreadyHasInConnection"    = "Sorry, this item already has an in connection!";
  4. "cannotBeMultipleFiles"    = "Sorry, you can't drag a multiple files icon in here. You must drag in an application icon.";
  5. "cannotBePipedOut"    = "Sorry, %s can't be piped out.";
  6. "cannotConnectTwoFiles"    = "Sorry, you can't connect two files together!";
  7. "cannotConnectNonCase"    = "Sorry, you must connect a Case statement here!";
  8. "cannotBeRoot"    = "Sorry, you can't drag the root directory icon in here. You must drag in an application icon.";
  9. "cannotConnectCSAndFile"    = "Sorry, you can't connect a control structure and a file together!";
  10. "cannotItemToItself"    = "Sorry, you can't connect an item to itself!";
  11. "cannotBeDirectory"    = "Sorry, you can't drag a folder in here. You must drag in an application icon.";
  12. "cannotConnectItemsInLoop"    = "Sorry, you can't connect these two items together! That would have strange consequences!";
  13. "cannotAcceptFileTypes"    = "Sorry, this script doesn't accept files of type: %s";
  14. "cannotAcceptNoExtensions"    = "Sorry, this script doesn't accept files with no extension";
  15.